(UCHAR): Don't define if _UCHAR_T.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 21:42:28 +0000 (21:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 21:42:28 +0000 (21:42 +0000)
src/lisp.h

index a41a73269e53628b2a929d4c3476e807d75ca034..8efdd8daa08c1211e4b9bf52ec6294b4461bf6a1 100644 (file)
@@ -565,7 +565,10 @@ struct Lisp_Float
 
 /* A character, declared with the following typedef, is a member
    of some character set associated with the current buffer. */
+#ifndef _UCHAR_T  /* Protect against something in ctab.h on AIX.  */
+#define _UCHAR_T
 typedef unsigned char UCHAR;
+#endif
 
 /* Meanings of slots in a Lisp_Compiled:  */